home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Utilities / Selector / examples / bigmess < prev    next >
Encoding:
AmigaDOS Script File  |  1997-05-07  |  172 b   |  8 lines

  1. .key text/F
  2.  
  3. echo >ram:file1 <text>
  4. /tools/selectortext >ram:file2 ram:file1 50
  5. echo >>ram:file2 "button Continue exit"
  6. selector ram:file2
  7. delete >nil: ram:file1 ram:file2
  8.